home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-madman-networkmib-05.txt < prev    next >
Text File  |  1993-09-17  |  27KB  |  1,058 lines

  1.  
  2. Network Working Group                              Steve Kille, WG Chair
  3. Internet Draft                                         Ned Freed, Editor
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                     Network Services Monitoring MIB
  10.  
  11.                               15-Sep-1993
  12.  
  13.  
  14.  
  15.  
  16.  
  17.                           Status of this Memo
  18.  
  19. This document is an Internet Draft. Internet Drafts are working
  20. documents of the Internet Engineering Task Force (IETF), its Areas, and
  21. its Working Groups.  Note that other groups may also distribute working
  22. documents as Internet Drafts.
  23.  
  24. Internet Drafts are valid for a maximum of six months and may be
  25. updated, replaced, or obsoleted by other documents at any time. It is
  26. inappropriate to use Internet Drafts as reference material or to cite
  27. them other than as a "work in progress".
  28.  
  29.  
  30.                            Table of Contents
  31.  
  32. 1 Introduction ....................................................    2
  33. 2 The SNMPv2 Network Management Framework .........................    2
  34. 2.1 Object Definitions ............................................    3
  35. 3 Rationale for having a Network Services Monitoring MIB ..........    3
  36. 3.1 General Relationship to Other MIBs ............................    4
  37. 3.2 Restriction of Scope ..........................................    4
  38. 3.3 Relationship to Directory Services ............................    4
  39. 4 Application Objects .............................................    5
  40. 5 Definitions .....................................................    6
  41. 6 Acknowledgements ................................................   18
  42. 7 References ......................................................   18
  43. 8 Security Considerations .........................................   18
  44. 9 Authors' Addresses ..............................................   18
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  59.  
  60.  
  61. 1.  Introduction
  62.  
  63. There are a wide range of networked applications for which it is
  64. appropriate to provide SNMP Monitoring.  This includes both TCP/IP and
  65. OSI applications.  This document defines a MIB which contains the
  66. elements common to the monitoring of any network service application.
  67. This information includes a table of all monitorable network service
  68. applications, a count of the associations (connections) to each
  69. application, and basic information about the parameters and status of
  70. each application-related association.
  71.  
  72. This MIB may be used on its own for any application, and for most simple
  73. applications this will suffice.  This MIB is also designed to serve as a
  74. building block which can be used in conjunction with application-
  75. specific monitoring and management.  Two examples of this are MIBs
  76. defining additional variables for monitoring a Message Transfer Agent
  77. (MTA) service or a Directory Service Agent (DSA) service. It is expected
  78. that further MIBs of this nature will be specified.
  79.  
  80. This MIB does not attempt to provide facilities for management of the
  81. host or hosts the network service application runs on, nor does it
  82. provide facilities for monitoring applications that provide something
  83. other than a network service.  Host resource and general application
  84. monitoring is handled by the Host Resources MIB.
  85.  
  86.  
  87. 2.  The SNMPv2 Network Management Framework
  88.  
  89. The SNMPv2 Network Management Framework consists of four major
  90. components.  They are:
  91.  
  92. o    RFC 1442 which defines the SMI, the mechanisms used for describing
  93.      and naming objects for the purpose of management.
  94.  
  95. o    RFC 1213 defines MIB-II, the core set of managed objects for the
  96.      Internet suite of protocols.
  97.  
  98. o    RFC 1445 which defines the administrative and other architectural
  99.      aspects of the framework.
  100.  
  101. o    RFC 1448 which defines the protocol used for network access to
  102.      managed objects.
  103.  
  104. The Framework permits new objects to be defined for the purpose of
  105. experimentation and evaluation.
  106.  
  107.  
  108.  
  109.  
  110.  
  111. Expires 15-Mar-1994                                             [Page 2]
  112.  
  113.  
  114.  
  115.  
  116.  
  117. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  118.  
  119.  
  120. 2.1.  Object Definitions
  121.  
  122. Managed objects are accessed via a virtual information store, termed the
  123. Management Information Base or MIB.  Objects in the MIB are defined
  124. using the subset of Abstract Syntax Notation One (ASN.1) defined in the
  125. SMI.  In particular, each object type is named by an OBJECT IDENTIFIER,
  126. an administratively assigned name.  The object type together with an
  127. object instance serves to uniquely identify a specific instantiation of
  128. the object.  For human convenience, we often use a textual string,
  129. termed the descriptor, to refer to the object type.
  130.  
  131.  
  132. 3.  Rationale for having a Network Services Monitoring MIB
  133.  
  134. Much effort has been expended in developing tools to manage lower layer
  135. network facilities.  However, relatively little work has been done on
  136. managing application layer entities.  It is neither efficient nor
  137. reasonable to manage all aspects of application layer entities using
  138. only lower layer information.  Moreover, the difficulty of managing
  139. application entities in this way increases dramatically as application
  140. entities become more complex.
  141.  
  142. This leads to a substantial need to monitor applications which provide
  143. network services, particularly distributed components such as MTAs and
  144. DSAs, by monitoring specific aspects of the application itself.  Reasons
  145. to monitor such components include but are not limited to measuring
  146. load, detecting broken connectivity, isolating system failures, and
  147. locating congestion.
  148.  
  149. In order to manage network service applications effectively two
  150. requirements must be met:
  151.  
  152. (1)  It must be possible to monitor a large number of components
  153.      (typical for a large organization).
  154.  
  155. (2)  Application monitoring must be integrated into general network
  156.      management.
  157.  
  158. This specification defines simple read-only access; this is sufficient
  159. to determine up/down status and provide an indication of a broad class
  160. of operational problems.
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. Expires 15-Mar-1994                                             [Page 3]
  171.  
  172.  
  173.  
  174.  
  175.  
  176. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  177.  
  178.  
  179. 3.1.  General Relationship to Other MIBs
  180.  
  181. This MIB is intended to only provide facilities common to the monitoring
  182. of any network service application.  It does not provide all the
  183. facilities necessary to monitor any specific application.  Each specific
  184. type of network service application is expected to have a MIB of its own
  185. that makes use of these common facilities.
  186.  
  187.  
  188. 3.2.  Restriction of Scope
  189.  
  190. The framework provided here is very minimal; there is a lot more that
  191. could be done. For example:
  192.  
  193. (1)  General network service application configuration monitoring and
  194.      control.
  195.  
  196. (2)  Detailed examination and modification of individual entries in
  197.      service-specific request queues.
  198.  
  199. (3)  Probing to determine the status of a specific request (e.g. the
  200.      location of a mail message with a specific message-id).
  201.  
  202. (4)  Requesting that certain actions be performed (e.g. forcing an
  203.      immediate connection and transfer of pending messages to some
  204.      specific system).
  205.  
  206. All these capabilities are both impressive and useful.  However, these
  207. capabilities would require provisions for strict security checking.
  208. These capabilities would also mandate a much more complex design, with
  209. many characteristics likely to be fairly implementation-specific.  As a
  210. result such facilities are likely to be both contentious and difficult
  211. to implement.
  212.  
  213. This document religiously keeps things simple and focuses on the basic
  214. monitoring aspect of managing applications providing network services.
  215. The goal here is to provide a framework which is simple, useful, and
  216. widely implementable.
  217.  
  218.  
  219. 3.3.  Relationship to Directory Services
  220.  
  221. Use of and management of directory services already is tied up with
  222. network service application management.  There are clearly many things
  223. which could be dealt with by directory services and protocols.  We take
  224.  
  225.  
  226.  
  227.  
  228.  
  229. Expires 15-Mar-1994                                             [Page 4]
  230.  
  231.  
  232.  
  233.  
  234.  
  235. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  236.  
  237.  
  238. the line here that static configuration information is both provided by
  239. and dealt with by directory services and protocols.  The emphasis here
  240. is on transient application status.
  241.  
  242. By placing static information in the directory, the richness and linkage
  243. of the directory information framework does not need to be repeated in
  244. the MIB.  Static information is information which has a mean time to
  245. change of the order of days or longer.
  246.  
  247. When information about network service applications is stored in the
  248. directory (regardless of whether or not the network service application
  249. makes direct use of the directory), it is recommended that a linkage be
  250. established, so that:
  251.  
  252. (1)  The managed object contains its own directory name.  This allows
  253.      all directory information to be obtained by reference.  This will
  254.      let a SNMP monitor capable of performing directory queries present
  255.      this information to the manager in an appropriate format.  It is
  256.      intended that this will be the normal case.
  257.  
  258. (2)  The directory will reference the location of the SNMP agent, so
  259.      that an SNMP capable directory query agent could probe dynamic
  260.      characteristics of the object.
  261.  
  262. (3)  This approach could be extended further, so that the SNMP
  263.      attributes are modelled as directory attributes.  This would
  264.      dramatically simplify the design of directory service agents that
  265.      use SNMP to obtain the information they need.
  266.  
  267.  
  268. 4.  Application Objects
  269.  
  270. This MIB defines a set of general purpose attributes which would be
  271. appropriate for a range of applications that provide network services.
  272. Both OSI and non-OSI services can be accomodated.  Additional tables
  273. defined in extensions to this MIB provide attributes specific to
  274. specific network services.
  275.  
  276. A table is defined which will have one row for each network service
  277. application running on the system.  The only static information held on
  278. the application is its name.  All other static information should be
  279. obtained from various directory services.  The applDirectoryName is an
  280. external key, which allows an SNMP MIB entry to be cleanly related to
  281. the X.500 Directory.  In SNMP terms, the applications are grouped in a
  282. table called applTable, which is indexed by an integer key applIndex.
  283.  
  284.  
  285.  
  286.  
  287.  
  288. Expires 15-Mar-1994                                             [Page 5]
  289.  
  290.  
  291.  
  292.  
  293.  
  294. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  295.  
  296.  
  297. The type of the application will be determined by one or both of:
  298.  
  299. (1)  Additional MIB variables specific to the applications.
  300.  
  301. (2)  An association to the application of a specific protocol.
  302.  
  303.  
  304. 5.  Definitions
  305.  
  306. APPLICATION-MIB DEFINITIONS ::= BEGIN
  307.  
  308. IMPORTS
  309.     OBJECT-TYPE, experimental, Counter32, Gauge32
  310.       FROM SNMPv2-SMI
  311.     DisplayString, TimeStamp
  312.       FROM SNMPv2-TC;
  313.  
  314.  
  315. -- Textual conventions
  316.  
  317. -- DistinguishedName [1] is used to refer to objects in the
  318. -- directory.
  319.  
  320. DistinguishedName ::= TEXTUAL-CONVENTION
  321.     STATUS current
  322.     DESCRIPTION
  323.         "A Distinguished Name represented in accordance with
  324.          RFC1485."
  325.     SYNTAX DisplayString
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347. Expires 15-Mar-1994                                             [Page 6]
  348.  
  349.  
  350.  
  351.  
  352.  
  353. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  354.  
  355.  
  356. application MODULE-IDENTITY
  357.     LAST-UPDATED "9309150000Z"
  358.     ORGANIZATION "IETF Mail and Directory Management Working Group"
  359.     CONTACT-INFO
  360.       "        Ned Freed
  361.  
  362.        Postal: Innosoft International, Inc.
  363.                250 West First Street, Suite 240
  364.                Claremont, CA  91711
  365.                US
  366.  
  367.           Tel: +1 909 624 7907
  368.           Fax: +1 909 621 5319
  369.  
  370.        E-Mail: ned@innosoft.com"
  371.     DESCRIPTION
  372.       "The MIB module describing network service applications"
  373.     ::= {experimental 46}
  374.  
  375. applObjects OBJECT IDENTIFIER ::= {application 1}
  376.  
  377.  
  378. -- The basic applTable contains a list of the application
  379. -- entities.
  380.  
  381. applTable OBJECT-TYPE
  382.     SYNTAX SEQUENCE OF ApplEntry
  383.     MAX-ACCESS not-accessible
  384.     STATUS current
  385.     DESCRIPTION
  386.         "The table holding objects which apply to all different
  387.          kinds of applications providing network services."
  388.     ::= {applObjects 1}
  389.  
  390. applEntry OBJECT-TYPE
  391.     SYNTAX ApplEntry
  392.     MAX-ACCESS not-accessible
  393.     STATUS current
  394.     DESCRIPTION
  395.       "An entry associated with a network service application."
  396.     INDEX {applIndex}
  397.     ::= {applTable 1}
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406. Expires 15-Mar-1994                                             [Page 7]
  407.  
  408.  
  409.  
  410.  
  411.  
  412. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  413.  
  414.  
  415. ApplEntry ::= SEQUENCE {
  416.     applIndex
  417.         INTEGER,
  418.     applName
  419.         DisplayString,
  420.     applDirectoryName
  421.         DistinguishedName,
  422.     applVersion
  423.         DisplayString,
  424.     applUptime
  425.         TimeStamp,
  426.     applOperStatus
  427.         INTEGER,
  428.     applLastChange
  429.         TimeStamp,
  430.     applInboundAssociations
  431.         Gauge32,
  432.     applOutboundAssociations
  433.         Gauge32,
  434.     applAccumulatedInboundAssociations
  435.         Counter32,
  436.     applAccumulatedOutboundAssociations
  437.         Counter32,
  438.     applLastInboundActivity
  439.         TimeStamp,
  440.     applLastOutboundActivity
  441.         TimeStamp,
  442.     applRejectedInboundAssociations
  443.         Counter32,
  444.     applFailedOutboundAssociations
  445.         Counter32
  446. }
  447.  
  448. applIndex OBJECT-TYPE
  449.     SYNTAX INTEGER (1..2147483647)
  450.     MAX-ACCESS not-accessible
  451.     STATUS current
  452.     DESCRIPTION
  453.       "An index to uniquely identify the network service
  454.        application."
  455.     ::= {applEntry 1}
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465. Expires 15-Mar-1994                                             [Page 8]
  466.  
  467.  
  468.  
  469.  
  470.  
  471. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  472.  
  473.  
  474. applName OBJECT-TYPE
  475.     SYNTAX DisplayString
  476.     MAX-ACCESS read-only
  477.     STATUS current
  478.     DESCRIPTION
  479.       "The name the network service application chooses to be
  480.        known by."
  481.     ::= {applEntry 2}
  482.  
  483. applDirectoryName OBJECT-TYPE
  484.     SYNTAX DistinguishedName
  485.     MAX-ACCESS read-only
  486.     STATUS current
  487.     DESCRIPTION
  488.       "The Distinguished Name of the directory entry where
  489.        static information about this application is stored.
  490.        An empty string indicates that no information about
  491.        the application is available in the directory."
  492.     ::= {applEntry 3}
  493.  
  494. applVersion OBJECT-TYPE
  495.     SYNTAX DisplayString
  496.     MAX-ACCESS read-only
  497.     STATUS current
  498.     DESCRIPTION
  499.       "The version of network service application software."
  500.     ::= {applEntry 4}
  501.  
  502. applUptime OBJECT-TYPE
  503.     SYNTAX TimeStamp
  504.     MAX-ACCESS read-only
  505.     STATUS current
  506.     DESCRIPTION
  507.       "The value of sysUpTime at the time the network service
  508.        application was last initialized.  If the application was
  509.        last initialized prior to the last initialization of the
  510.        network management subsystem, then this object contains
  511.        a zero value."
  512.     ::= {applEntry 5}
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524. Expires 15-Mar-1994                                             [Page 9]
  525.  
  526.  
  527.  
  528.  
  529.  
  530. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  531.  
  532.  
  533. applOperStatus OBJECT-TYPE
  534.     SYNTAX INTEGER {
  535.       up(1),
  536.       down(2),
  537.       halted(3),
  538.       congested(4),
  539.       restarting(5)
  540.     }
  541.     MAX-ACCESS read-only
  542.     STATUS current
  543.     DESCRIPTION
  544.       "Indicates the operational status of the network service
  545.        application. 'down' indicates that the network service is
  546.        not available. 'running' indicates that the network service
  547.        is operational and available.  'halted' indicates that the
  548.        service is operational but not available.  'congested'
  549.        indicates that the service is operational but no additional
  550.        inbound associations can be accomodated.  'restarting'
  551.        indicates that the service is currently unavailable but is
  552.        in the process of restarting and will be available soon."
  553.     ::= {applEntry 6}
  554.  
  555. applLastChange OBJECT-TYPE
  556.     SYNTAX TimeStamp
  557.     MAX-ACCESS read-only
  558.     STATUS current
  559.     DESCRIPTION
  560.       "The value of sysUpTime at the time the network service
  561.        application entered its current operational state.  If
  562.        the current state was entered prior to the last
  563.        initialization of the local network management subsystem,
  564.        then this object contains a zero value."
  565.     ::= {applEntry 7}
  566.  
  567. applInboundAssociations OBJECT-TYPE
  568.     SYNTAX Gauge32
  569.     MAX-ACCESS read-only
  570.     STATUS current
  571.     DESCRIPTION
  572.       "The number of current associations to the network service
  573.        application, where it is the responder.  For dynamic single
  574.        threaded processes, this will be the number of application
  575.        instances."
  576.     ::= {applEntry 8}
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583. Expires 15-Mar-1994                                            [Page 10]
  584.  
  585.  
  586.  
  587.  
  588.  
  589. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  590.  
  591.  
  592. applOutboundAssociations OBJECT-TYPE
  593.     SYNTAX Gauge32
  594.     MAX-ACCESS read-only
  595.     STATUS current
  596.     DESCRIPTION
  597.       "The number of current associations to the network service
  598.        application, where it is the initiator.  For dynamic single
  599.        threaded processes, this will be the number of application
  600.        instances."
  601.     ::= {applEntry 9}
  602.  
  603. applAccumulatedInboundAssociations OBJECT-TYPE
  604.     SYNTAX Counter32
  605.     MAX-ACCESS read-only
  606.     STATUS current
  607.     DESCRIPTION
  608.       "The total number of associations to the application entity
  609.        since application initialization, where it was the responder.
  610.        For  dynamic single threaded processes, this will be the
  611.        number of application instances."
  612.     ::= {applEntry 10}
  613.  
  614. applAccumulatedOutboundAssociations OBJECT-TYPE
  615.     SYNTAX Counter32
  616.     MAX-ACCESS read-only
  617.     STATUS current
  618.     DESCRIPTION
  619.       "The total number of associations to the application entity
  620.        since application initialization, where it was the initiator.
  621.        For dynamic single threaded processes, this will be the
  622.        number of application instances."
  623.     ::= {applEntry 11}
  624.  
  625. applLastInboundActivity OBJECT-TYPE
  626.     SYNTAX TimeStamp
  627.     MAX-ACCESS read-only
  628.     STATUS current
  629.     DESCRIPTION
  630.       "The value of sysUpTime at the time this application last
  631.        had an inbound association.  If the last association
  632.        occurred prior to the last initialization of the network
  633.        subsystem, then this object contains a zero value."
  634.     ::= {applEntry 12}
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642. Expires 15-Mar-1994                                            [Page 11]
  643.  
  644.  
  645.  
  646.  
  647.  
  648. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  649.  
  650.  
  651. applLastOutboundActivity OBJECT-TYPE
  652.     SYNTAX TimeStamp
  653.     MAX-ACCESS read-only
  654.     STATUS current
  655.     DESCRIPTION
  656.       "The value of sysUpTime at the time this application last
  657.        had an outbound association.  If the last association
  658.        occurred prior to the last initialization of the network
  659.        subsystem, then this object contains a zero value."
  660.     ::= {applEntry 13}
  661.  
  662. applRejectedInboundAssociations OBJECT-TYPE
  663.     SYNTAX Counter32
  664.     MAX-ACCESS read-only
  665.     STATUS current
  666.     DESCRIPTION
  667.       "The total number of inbound associations the application
  668.        entity has rejected, since application initialization."
  669.     ::= {applEntry 14}
  670.  
  671. applFailedOutboundAssociations OBJECT-TYPE
  672.     SYNTAX Counter32
  673.     MAX-ACCESS read-only
  674.     STATUS current
  675.     DESCRIPTION
  676.       "The total number associations where the application entity
  677.        is initiator and association establishment has failed,
  678.        since application initialization."
  679.     ::= {applEntry 15}
  680.  
  681.  
  682. -- assocTable augments the information in applTable with data
  683. -- about associations.  This is treated as a separate group to
  684. -- the basic application table.  Where simplified appplication
  685. -- monitoring is needed, the assocTable group may be omitted.
  686. -- This table is indexed by applIndex and assocIndex, with the
  687. -- application index coming first.
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701. Expires 15-Mar-1994                                            [Page 12]
  702.  
  703.  
  704.  
  705.  
  706.  
  707. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  708.  
  709.  
  710. assocTable OBJECT-TYPE
  711.     SYNTAX SEQUENCE OF AssocEntry
  712.     MAX-ACCESS not-accessible
  713.     STATUS current
  714.     DESCRIPTION
  715.         "The table holding a set of all active application
  716.          associations."
  717.     ::= {applObjects 2}
  718.  
  719. assocEntry OBJECT-TYPE
  720.     SYNTAX AssocEntry
  721.     MAX-ACCESS not-accessible
  722.     STATUS current
  723.     DESCRIPTION
  724.       "An entry associated with an association for a network
  725.        service application."
  726.     INDEX {applIndex, assocIndex}
  727.     ::= {assocTable 1}
  728.  
  729. AssocEntry ::= SEQUENCE {
  730.     assocIndex
  731.         INTEGER,
  732.     assocRemoteApplication
  733.         DisplayString,
  734.     assocApplicationProtocol
  735.         OBJECT IDENTIFIER,
  736.     assocApplicationType
  737.         INTEGER,
  738.     assocDuration
  739.         TimeStamp
  740. }
  741.  
  742. assocIndex OBJECT-TYPE
  743.     SYNTAX INTEGER (1..2147483647)
  744.     MAX-ACCESS not-accessible
  745.     STATUS current
  746.     DESCRIPTION
  747.       "An index to uniquely identify each association for a network
  748.        service application."
  749.     ::= {assocEntry 1}
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760. Expires 15-Mar-1994                                            [Page 13]
  761.  
  762.  
  763.  
  764.  
  765.  
  766. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  767.  
  768.  
  769. assocRemoteApplication OBJECT-TYPE
  770.     SYNTAX DisplayString
  771.     MAX-ACCESS read-only
  772.     STATUS current
  773.     DESCRIPTION
  774.       "The name of the system running remote network service
  775.        application.  For an IP-based application this should be
  776.        either a domain name or IP address.  For an OSI application
  777.        it should be the string encoded distinguished name of the
  778.        managed object.  For X.400(84) MTAs which do not have a
  779.        Distinguished Name, the RFC1327 [2] syntax
  780.        'mta in globalid' should be used."
  781.     ::= {assocEntry 2}
  782.  
  783. assocApplicationProtocol OBJECT-TYPE
  784.     SYNTAX OBJECT IDENTIFIER
  785.     MAX-ACCESS read-only
  786.     STATUS current
  787.     DESCRIPTION
  788.       "An identification of the protocol being used for the
  789.        application.  For an OSI Application, this will be the
  790.        Application Context.  For Internet applications, the IANA
  791.        maintains a registry of the OIDs which correspond to
  792.        well-known applications.  If the application protocol is
  793.        not listed in the registry, an OID value of the form
  794.        {applTCPProtoID port} or {applUDProtoID port} are used for
  795.        TCP-based and UDP-based protocols, respectively. In either
  796.        case 'port' corresponds to the primary port number being
  797.        used by the protocol."
  798.     ::= {assocEntry 3}
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819. Expires 15-Mar-1994                                            [Page 14]
  820.  
  821.  
  822.  
  823.  
  824.  
  825. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  826.  
  827.  
  828. assocApplicationType OBJECT-TYPE
  829.     SYNTAX INTEGER {
  830.         ua-initiator(1),
  831.         ua-responder(2),
  832.         peer-initiator(3),
  833.         peer-responder(4) }
  834.     MAX-ACCESS read-only
  835.     STATUS current
  836.     DESCRIPTION
  837.       "This indicates whether the remote application is some type of
  838.        client making use of this network service (e.g. a User Agent)
  839.        or a server acting as a peer. Also indicated is whether the
  840.        remote end initiated an incoming connection to the network
  841.        service or responded to an outgoing connection made by the
  842.        local application."
  843.     ::= {assocEntry 4}
  844.  
  845. assocDuration OBJECT-TYPE
  846.     SYNTAX TimeStamp
  847.     MAX-ACCESS read-only
  848.     STATUS current
  849.     DESCRIPTION
  850.       "The value of sysUpTime at the time this association was
  851.        started.  If this association started prior to the last
  852.        initialization of the network subsystem, then this
  853.        object contains a zero value."
  854.     ::= {assocEntry 5}
  855.  
  856.  
  857. -- Conformance information
  858.  
  859. applConformance OBJECT IDENTIFIER ::= {application 2}
  860.  
  861. applGroups      OBJECT IDENTIFIER ::= {applConformance 1}
  862. applCompliances OBJECT IDENTIFIER ::= {applConformance 2}
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878. Expires 15-Mar-1994                                            [Page 15]
  879.  
  880.  
  881.  
  882.  
  883.  
  884. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  885.  
  886.  
  887. -- Compliance statements
  888.  
  889. applCompliance MODULE-COMPLIANCE
  890.     STATUS current
  891.     DESCRIPTION
  892.       "The compliance statement for SNMPv2 entities
  893.        which implement the Network Services Monitoring MIB
  894.        for basic monitoring of network service applications."
  895.     MODULE  -- this module
  896.       MANDATORY-GROUPS {applGroup}
  897.     ::= {applCompliances 1}
  898.  
  899. assocCompliance MODULE-COMPLIANCE
  900.     STATUS current
  901.     DESCRIPTION
  902.       "The compliance statement for SNMPv2 entities
  903.        which implement the Network Services Monitoring MIB
  904.        for basic monitoring of network service applications
  905.        and their associations."
  906.     MODULE  -- this module
  907.       MANDATORY-GROUPS {applGroup, assocGroup}
  908.     ::= {applCompliances 2}
  909.  
  910.  
  911. -- Units of conformance
  912.  
  913. applGroup OBJECT-GROUP
  914.     OBJECTS {
  915.       applIndex, applName, applVersion, applUptime,
  916.       applOperStatus, applLastChange, applInboundAssociations,
  917.       applOutboundAssociations, applAccumulatedInboundAssociations,
  918.       applAccumulatedOutboundAssociations, applLastInboundActivity,
  919.       applLastOutboundActivity, applRejectedInboundAssociations,
  920.       applFailedOutboundAssociations }
  921.     STATUS current
  922.     DESCRIPTION
  923.       "A collection of objects providing basic monitoring of
  924.        network service applications."
  925.     ::= {applGroups 1}
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937. Expires 15-Mar-1994                                            [Page 16]
  938.  
  939.  
  940.  
  941.  
  942.  
  943. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  944.  
  945.  
  946. assocGroup OBJECT-GROUP
  947.     OBJECTS {
  948.       assocIndex, assocRemoteApplication,
  949.       assocApplicationProtocol, assocApplicationType,
  950.       assocDuration }
  951.     STATUS current
  952.     DESCRIPTION
  953.       "A collection of objects providing basic monitoring of
  954.        network service applications' associations."
  955.     ::= {applGroups 2}
  956.  
  957.  
  958. -- OIDs of the form {applTCPProtoID port} are intended to be used
  959. -- for TCP-based protocols that don't have OIDs assigned by other
  960. -- means. {applUDPProtoID port} serves the same purpose for
  961. -- UDP-based protocols. In either case 'port' corresponds to
  962. -- the primary port number being used by the protocol. For example,
  963. -- assuming no other OID is assigned for SMTP, an OID of
  964. -- {applTCPProtoID 25} could be used, since SMTP is a TCP-based
  965. -- protocol that uses port 25 as its primary port.
  966.  
  967. applTCPProtoID OBJECT IDENTIFIER ::= {application 3}
  968. applUDPProtoID OBJECT IDENTIFIER ::= {application 4}
  969.  
  970. END
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996. Expires 15-Mar-1994                                            [Page 17]
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002. Internet Draft      Network Services Monitoring MIB          15-Sep-1993
  1003.  
  1004.  
  1005. 6.  Acknowledgements
  1006.  
  1007. This document is a product of the Mail and Directory Management (MADMAN)
  1008. Working Group. It is based on an earlier MIB designed by S. Kille, T.
  1009. Lenggenhager, D. Partain, and W. Yeong.
  1010.  
  1011.  
  1012. 7.  References
  1013.  
  1014. [1]  Kille, S., A String Representation of Distinguished Names, RFC
  1015.      1485, July, 1993.
  1016.  
  1017. [2]  Kille, S., Mapping between X.400(1988) / ISO 10021 and RFC822,
  1018.      RFC1327, May 1992.
  1019.  
  1020.  
  1021. 8.  Security Considerations
  1022.  
  1023. Security issues are not discussed in this memo.
  1024.  
  1025.  
  1026. 9.  Authors' Addresses
  1027.  
  1028.      Ned Freed, Editor
  1029.      Innosoft International, Inc.
  1030.      250 West First Street, Suite 240
  1031.      Claremont, CA 91711
  1032.      USA
  1033.       tel: +1 909 624 7907
  1034.       fax: +1 909 621 5319
  1035.       email: ned@innosoft.com
  1036.  
  1037.      Steve Kille, WG Chair
  1038.      ISODE Consortium
  1039.      The Dome, The Square
  1040.      Richmond TW9 1DT
  1041.      UK
  1042.        tel: +44 81 332 9091
  1043.        email: S.Kille@isode.com
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055. Expires 15-Mar-1994                                            [Page 18]
  1056.  
  1057.  
  1058.